Operation boolean isAlive (), in Class Thread

Documentation

* Tests if this thread is alive. A thread is alive if it has
* been started and has not yet died.
*
* @return <code>true</code> if this thread is alive;
* <code>false</code> otherwise.
* @since JDK1.0


ConcurrencySequentialExport ControlPublicAccess



Property Settings

Java
FinalTrueNativeTrue
AbstractFalseStaticFalse
SynchronizedFalse